home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00497.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  291 b   |  17 lines

  1. on adit
  2.   global ads, lid, fx
  3.   set lid to random(10)
  4.   set fx to random(2)
  5.   puppetSound(7, 0)
  6.   if fx = 1 then
  7.     puppetSound(7, 125)
  8.   end if
  9.   if fx = 2 then
  10.     puppetSound(7, 93)
  11.   end if
  12.   if fx = 2 then
  13.     puppetSound(7, 167)
  14.   end if
  15.   put line lid of ads into field "advert"
  16. end
  17.